gsk: Add profiler object
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 Aug 2016 15:48:49 +0000 (16:48 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Oct 2016 10:49:10 +0000 (11:49 +0100)
commit005fea59b69dad080b0d8b957db770d0f5a0e572
treee1b5275ab5e30c689245c5ca7c54c60913f5dc0b
parent137ff8ede74423cf11cadd7c3a2b21752d6334d0
gsk: Add profiler object

The GskProfiler holds counters and timers, and will be used by the
renderer implementations to acquire frame timings.
gsk/Makefile.am
gsk/gskprofiler.c [new file with mode: 0644]
gsk/gskprofilerprivate.h [new file with mode: 0644]